github.com/gotd/td/telegram/internal/manager.Conn.log (field)

13 uses

	github.com/gotd/td/telegram/internal/manager (current package)
		conn.go#L64: 	log   log.Helper  // immutable
		conn.go#L89: 	c.log.Info(context.Background(), "SessionInit")
		conn.go#L153: 		c.log.Debug(context.Background(), "Invoke",
		conn.go#L165: 			c.log.Debug(ctx, "Connection dead", log.Error(err))
		conn.go#L194: 	c.log.Debug(ctx, "Invoke waiting for connection to become ready")
		conn.go#L198: 		c.log.Debug(ctx, "Connection became ready", log.Duration("waited", c.clock.Now().Sub(start)))
		conn.go#L201: 		c.log.Debug(ctx, "Connection died while waiting for readiness", log.Duration("waited", c.clock.Now().Sub(start)))
		conn.go#L204: 		c.log.Debug(ctx, "Context done while waiting for connection readiness",
		conn.go#L340: 	c.log.Debug(ctx, "Initializing")
		conn.go#L387: 		c.log.Debug(ctx, "Retrying connection initialization",
		conn.go#L405: 	c.log.Debug(ctx, "Connection initialized, ready to invoke", log.Int("this_dc", cfg.ThisDC))
		create.go#L83: 	conn.log = log.For(opts.Logger)
		create.go#L91: 	opts.Logger = conn.log.Named("mtproto").Logger()